User Defined Function Reference

Below is a list of the user defined functions for catagory: GuiEdit Management.
Click on a user defined function name for a detailed description.

 

User Defined Function Description
_GUICtrlEditCanUndo Determines whether there are any actions in an edit control's undo queue.
_GUICtrlEditEmptyUndoBuffer Resets the undo flag of an edit control.
_GUICtrlEditFind Find/Replace text in an Edit control
_GUICtrlEditGetFirstVisibleLine Retrieves the zero-based index of the uppermost visible line in a multiline edit control.
_GUICtrlEditGetLineCount Retrieves the number of lines in a multiline edit control.
_GUICtrlEditGetModify Retrieves the state of an edit control's modification flag.
_GUICtrlEditGetRECT Retrieves the formatting rectangle of an edit control.
_GUICtrlEditGetSel Retrieves the starting and ending character positions of the current selection in an edit control.
_GUICtrlEditLineFromChar Retrieves the index of the line that contains the specified character index in a multiline edit control.
_GUICtrlEditLineIndex Retrieves the character index of the first character of a specified line in a multiline edit control.
_GUICtrlEditLineLength Retrieves the length, in characters, of a line in an edit control.
_GUICtrlEditLineScroll Scrolls the text in a multiline edit control.
_GUICtrlEditReplaceSel Replaces the current selection in an edit control with the specified text.
_GUICtrlEditScroll Scrolls the text vertically in a multiline edit control.
_GUICtrlEditSetModify Sets or clears the modification flag for an edit control.
_GUICtrlEditSetRECT Sets the formatting rectangle of an edit control.
_GUICtrlEditSetSel Selects a range of characters in an edit control.
_GUICtrlEditUndo Undoes the last edit control operation in the control's undo queue.